set sane timestamps when generating header symlinks for non-existing headers
authorModestas Vainius <modax@debian.org>
Wed, 18 Apr 2018 20:45:31 +0000 (21:45 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Wed, 18 Apr 2018 20:45:31 +0000 (21:45 +0100)
commit580683c2184d4cc683374265230518e83ff09581
tree7a629c593ed4fc9b68f27dc7818eb627db2d509b
parent384f44aecb41f7b7c1d13966ac348561901e8024
set sane timestamps when generating header symlinks for non-existing headers

This is particularly important for QtCore/QtConfig symlink because typically
qconfig.h does not exist when syncqt is run by ./configure. So instead of
assigning a modification timestamp equal to the epoch (00:00 January 1, 1970
GMT.) for the symlink, just use current time().

Gbp-Pq: Name 02_syncqt_sane_timestamp_for_nonexisting_headers.diff
bin/syncqt